Package-level declarations

Types

Link copied to clipboard
data class IntersectionData<V : Vector<V>>(val type: IntersectionType, val point: V? = null, val segment: Segment<V>? = null)

Represents the result of an intersection operation between geometric segments.

Link copied to clipboard

Represents the type of intersection between two segments.

Link copied to clipboard
object MatrixUtil

Utility for matrix operations.

Link copied to clipboard
object VectorUtil

Utility for vector operations.

Properties

Link copied to clipboard
Link copied to clipboard